home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / bsd / lastlog.h < prev    next >
C/C++ Source or Header  |  1990-01-22  |  334b  |  14 lines

  1. /*
  2.  * Copyright (c) 1980 Regents of the University of California.
  3.  * All rights reserved.  The Berkeley software License Agreement
  4.  * specifies the terms and conditions for redistribution.
  5.  *
  6.  *    @(#)lastlog.h    5.1 (Berkeley) 5/30/85
  7.  */
  8.  
  9. struct lastlog {
  10.     time_t    ll_time;
  11.     char    ll_line[8];
  12.     char    ll_host[16];        /* same as in utmp */
  13. };
  14.